home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / dbinpreq.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  2.2 KB  |  71 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'DBInpReq.pas' rev: 3.00
  6.  
  7. #ifndef DBInpReqHPP
  8. #define DBInpReqHPP
  9. #include <Dialogs.hpp>
  10. #include <Bde.hpp>
  11. #include <ExtCtrls.hpp>
  12. #include <StdCtrls.hpp>
  13. #include <Controls.hpp>
  14. #include <Forms.hpp>
  15. #include <SysUtils.hpp>
  16. #include <Classes.hpp>
  17. #include <Windows.hpp>
  18. #include <SysInit.hpp>
  19. #include <System.hpp>
  20.  
  21. //-- user supplied -----------------------------------------------------------
  22.  
  23. namespace Dbinpreq
  24. {
  25. //-- type declarations -------------------------------------------------------
  26. class DELPHICLASS TInputReqDialog;
  27. class PASCALIMPLEMENTATION TInputReqDialog : public Forms::TForm 
  28. {
  29.     typedef Forms::TForm inherited;
  30.     
  31. __published:
  32.     Stdctrls::TButton* OKButton;
  33.     Stdctrls::TButton* CancelButton;
  34.     Extctrls::TPanel* InputOptions;
  35.     Stdctrls::TCheckBox* NoPromptAgain;
  36.     Stdctrls::TLabel* ErrorHelp;
  37.     Stdctrls::TLabel* InputMessage;
  38.     Extctrls::TPanel* ErrorGroupBox;
  39.     Extctrls::TPanel* ErrorGoupBoxSpacer;
  40.     Extctrls::TPanel* DescriptionGroupBox;
  41.     Extctrls::TPanel* DescriptionGroupBoxSpacer;
  42.     void __fastcall InputOptionsClick(System::TObject* Sender);
  43.     
  44. private:
  45.     Bde::CBInputDesc *FCBInfo;
  46.     int FSelection;
  47.     void __fastcall SetCBInfo(Bde::CBInputDesc &CBInfo);
  48.     void __fastcall GetCBInfo(Bde::CBInputDesc &CBInfo);
  49. public:
  50.     /* TCustomForm.Create */ __fastcall virtual TInputReqDialog(Classes::TComponent* AOwner) : Forms::TForm(
  51.         AOwner) { }
  52.     /* TCustomForm.CreateNew */ __fastcall TInputReqDialog(Classes::TComponent* AOwner, int Dummy) : Forms::
  53.         TForm(AOwner, Dummy) { }
  54.     /* TCustomForm.Destroy */ __fastcall virtual ~TInputReqDialog(void) { }
  55.     
  56. public:
  57.     /* TWinControl.CreateParented */ __fastcall TInputReqDialog(HWND ParentWindow) : Forms::TForm(ParentWindow
  58.         ) { }
  59.     
  60. };
  61.  
  62. //-- var, const, procedure ---------------------------------------------------
  63. extern PACKAGE Bde::CBRType __fastcall InputRequest(Bde::CBInputDesc &InputReqInfo);
  64.  
  65. }    /* namespace Dbinpreq */
  66. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  67. using namespace Dbinpreq;
  68. #endif
  69. //-- end unit ----------------------------------------------------------------
  70. #endif    // DBInpReq
  71.